Open
Conversation
This script implements the double extraction robustness method and generates Table 8 based on the results from previous experiments. It includes model training, evaluation metrics, and data handling to reproduce results as per Zhou et al. 2024.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📦 Pull Request: Add Implementations and Example Scripts for Tables 3–8 (Zhou et al. 2024)
Thank you for reviewing this contribution!
This PR adds the full experimental implementations and lightweight example scripts reproducing Tables 3–8 from Zhou et al. (2024), “Revisiting Black-box Ownership Verification for Graph Neural Networks,” following the PyGIP project conventions.
📋 Summary
This PR introduces complete experiment pipelines and aligned example scripts, structured according to PyGIP’s dataset, model, and device conventions.
Changes introduced:
implementation/folder:run_bboxve.py— Table 3 (BBoxVe)run_bgrove.py— Table 4 (BGrOVe)run_table5_full.py— Table 5 & Figure 3adversial.py— Tables 6 & 7adversial_table8.py— Table 8examples/, one for each table, to demonstrate how to invoke the corresponding implementation.results/(CSV outputs per table).Structural improvements:
pygip/datasets/for compatibility with the experiment structure.pygip/models/nn/pyg_backbones.pyto ensure consistent import paths (e.g.,from pygip.models.nn.pyg_backbones import GCN, GAT, GraphSAGE, ...).✅ Checklist
feat/implementation_iqra)🧠 Additional Context (Optional)